Test your integration with the Runa API Playground
https://playground.runa.io/v2
as the base URL for your requests.
X-Api-Version
header it must match the latest version of the API.
Create an order
X-Send-Email: true
. The response will contain the same header.When enabled, we will only send an email for the first order item that has an email distribution type. This enables you to test large orders with email testing but without actually sending an excessive number of emails.When testing orders with the header X-Send-Email: true
you must ensure that the email addresses you use are valid and messages sent to them will not bounce. We monitor deliverability and may remove this feature from your account for repeat violations. For safety you can use emails ending in .invalid or .test, for example name@domain.invalid, which will never trigger email delivery.products
field while creating a playground order. The actual payout types will be present in the response when you retrieve your order. Note that, the randomised products for some of the countries are for representational purpose, it is not a real functionality on production environment.Currency | Template ID | Payout types |
---|---|---|
USD | PT-01HQ12PV4B8XMBRTK281JM54KK | Randomised 10 payout types |
GBP | PT-01HPPT8ME05693EG77RCGKMX7N | Randomised 10 payout types |
EUR | PT-01HQ130AHCKRRB45Z5XV2Y8W9K | Randomised 10 payout types |
CAD | PT-01HQ12SMX2964BVXG2N69K8HF3 | Randomised 10 payout types |
Get order details
Get a list of orders
List products
Get a list of countries where products are available
type
of the error will match production however the details
object may differ from what you see in production.
This is due to a version difference in the validation library we use which will be harmonised at a later date.
X-Trigger-Error
header with the value set to one of the error types below:
Error type | Description |
---|---|
insufficient_funds | The account balance you’re trying to use to pay for your order does not have enough funds. |
internal_server_error | An unknown error occurred in our services. |