payment_method.detail.card.capture attribute as true, so the payment is captured automatically.
To test all possible transaction outcomes within Yuno in Sandbox, please refer to the following documentation for test data.
payment_method.detail.card.capture attribute as false. Please follow the steps below to implement a two-step flow:
X-Idempotency-Key. Check the Authentication page for more information.Unique identifier used in HTTP headers to ensure that a request is processed only once, even if it is retried due to network issues or timeouts.
The unique identifier of the account. You find this information on the Yuno dashboard (UUID, 36 chars).
The unique identifier of the customer's order (MAX 255; MIN 3).
The description of the payment (MAX 255; MIN 3).
Specifies the payment amount object, with the value and currency.
Show child attributes
Specifies the checkout object. This object is not mandatory for back to back payments. Required when workflow is defined as SDK_CHECKOUT or is not sent. not required for DIRECT or REDIRECT payments.
Show child attributes
Specifies the additional_data object. This object is not mandatory. However, if you send this information, the payment experience will be enhanced for your user.
Show child attributes
Country where the transaction must be processed (MAX 2; MIN 2; ISO 3166-1).
AR, BO, BR, CL, CO, CR, EC, SV, GT, HN, MX, NI, PA, PY, PE, US, UY The payment method object.
Show child attributes
Identification of the payment transaction defined by the merchant (MAX 255; MIN 3). Optional to complement the merchant_order_id.
Specifies customer object for payments.
Show child attributes
The payment workflow. Indicates whether the integration will use Yuno´s SDK or will be a back to back connection. Guides
SDK_CHECKOUT: [Recommended] - Use Yuno's SDK. DIRECT: Back to back integration with provider info for custom payment experience. REDIRECT: Back to back integration with provider redirection. SDK_CHECKOUT, CHECKOUT, REDIRECT, DIRECT, SDK_SEAMLESS Specifies the subscription object.
Show child attributes
The URL where to redirect the customer after the payment. Only required for DIRECT integrations that have a redirection (MAX 526; MIN 3).
Fraud screening object.
Show child attributes
Split marketplace array of objects
Show child attributes
Custom key–value tags to track this payment or add context (e.g., order_id, invoice, campaign). Up to 120 items.
Show child attributes
201
"6c44ed29-cc51-4479-a5eb-108afdaadd50"
"493e9374-510a-4201-9e09-de669d75f256"
"Test Payment"
"US"
"SUCCEEDED"
"APPROVED"
"1744403449"
"2025-04-11T20:30:49.825637Z"
"2025-04-11T20:30:51.953868Z"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
"http://www.google.com/?checkoutSession=7fb7093e-dc67-4c7a-80c5-d25cf5e6ff27"
"SDK_CHECKOUT"
Show child attributes
""
Show child attributes
false
Was this page helpful?