Changelog of all major API updates, new features, removals, and improvements.
payment
has been added to the product catalogue. This new type joins the existing types of gift_card
and subscription
. For payment
type products the new payment
key will contain specific details about the product.Runa Pay to Card enables you to push funds to global cards and bank accounts instantly. Funds can be sent instantly to billions of users in 190 countries, powered by Visa Direct and Mastercard. Existing customers should contact their account manager for more details.payout_type
is payment
the payment
key will contain specific details about the products assets, denominations and resources.payout_type
is payment
the payment
key will contain specific details about the products assets, denominations and resources.X-Api-Version
header will respond with a 410 Gone
error code. Requests without this header will default to the current API version.For more details on our versioning strategy see the API versioning page.is_orderable
field is now a supported field in the Product Update webhook.ISO 4217 Code | Currency Name | Embedded FX Supported |
---|---|---|
AED | Arab Emirates Dirham | ✅ from USD only |
ARS | Argentine Peso | ✅ from USD only |
BGN | Bulgarian Lev | ✅ from USD only |
BRL | Brazilian Real | ✅ from USD only |
CLP | Chielan Peso | ✅ from USD only |
COP | Colombian Peso | ✅ from USD only |
INR | Indian Rupee | ✅ from USD only |
MYR | Malaysian Ringgit | ✅ from USD only |
PEN | Peruvian Sol | ✅ from USD only |
SAR | Saudi Riyal | ✅ from USD only |
POST /v2/order
in sync mode and GET /v2/order/{orderId}
will be returned for all orders (order.items[n].currency
and order.transaction_detail
)POST /v2/order
in sync mode and GET /v2/order/{orderId}
will be returned for all orders (order.items[n].currency
and order.subtotal
)is_orderable
: Only return products that can be ordered. So if a product has been disabled, it will not be returnedcode
: Retrieve a single product’s detailscountries_redeemable_in
: Filter by all the countries that this product can be redeemed inafter
: A cursor for use in pagination to return the next set of products. The before and after cursors are mutually exclusive (you can’t use them at the same time).before
: A cursor for use in pagination to return the previous set of products. The before and after cursors are mutually exclusive (you can’t use them at the same time).limit
: A limit on the number of items to be returned.approval_state
categories
that the product belongs toredemption_url
field in order responses, it is replaced by the payout
field.
payment_method.type
which can be set to CARD
or ACCOUNT_BALANCE
payment_method.card_id
payment_method.currency
which supports EUR
, GBP
, USD
, and CAD
items.distribution_method.type
which can be set to EMAIL
or PAYOUT_LINK
items.distribution_method.email_address
items.products.type
which can be set to SINGLE
or MULTIPLE
items.products.value
items.products.values
products
idempotency_key
items.country
x-api-version
x-idempotency-key
status
which is either COMPLETED
, PROCESSING
or FAILED
status
completed_at
redemption_url
payment_method.type
which can be set to CARD
or ACCOUNT_BALANCE
payment_method.card_id
payment_method.currency
which supports EUR
, GBP
, USD
, and CAD
items.distribution_method.type
which can be set to EMAIL
or PAYOUT_LINK
items.distribution_method.email_address
items.products.type
which can be set to SINGLE
or MULTIPLE
items.products.value
items.products.values
status
id
message
x-api-version
is_complete
countries
initial_values
objectfinal_values
objectproduct_count
items.order_id
items.discount_multiplier
items.delivery_email
items.current_token
tokens
objectlimit
before
after
x-api-version
redemption_url
to the items in the response of GET /v2/order/{id}
x-api-version