- Document/phone: Some alternative payment methods require either the customers document or phone number, so in case you don’t have that information in your integration, we’ll ask for them in the form mentioned before so you don’t have to.
- PSE: This payment method requires the customer to select the bank they will use to make the payment, so we offer them a list of banks to choose from.
SDK_CHECKOUT WorkflowThe SDK_CHECKOUT workflow allows you to manage the entire payment experience by integrating directly with our APIs. Depending on your needs, you can choose from the following workflows:- DIRECT Workflow: Suitable for Cards (available only for PCI compliant merchants).
- REDIRECT Workflow: Ideal for alternative payment methods.
SDK_CHECKOUT workflow, all the information is going to be stored in the One-time token returned by Yuno’s SDK, so you don’t have to change your integration depending on the payment method. The basic structure of the payment will be the same for every payment method, as in the example below.
Request (cURL)
Response(JSON)