Skip to main content
This page presents examples of requests and responses for creating payments using the Create Payment endpoint and Wallet as payment method. To test the creation of each payment, you can copy the content from the request code and use it on your machine or paste it on the Create Payment endpoint to test using Readme.
ImportantSome payment methods and providers may only be available in specific countries and/or currencies. Make sure you choose the right provider for your needs.

Wallet available examples

Mercado Pago Checkout Pro

Astropay

Apple Pay

Nupay Enrollment

Nequi

DolarApp

Mercado Pago Checkout Pro

Example of a request for a payment using Mercado Pago Checkout Pro. Below are examples of a request and the received response for successful payment creation. The request is presented using the cURL format, and the response is a JSON object.
Request (cURL)
Response (JSON)

Astropay

Example of a request for a payment using Astropay. Below are examples of a request and the received response for successful payment creation. The request is presented using the cURL format, and the response is a JSON object.
Request (cURL)
Response (JSON)

Apple Pay

Example of a request for a payment using Apple Pay and enabling card verification flow (e.g., zero-dollar auth). Below are examples of a request and the received response for successful payment creation.
Request (cURL)

Field Reference

The verify field already existed for CARD payment method type. This change extends the same capability to APPLE_PAY.

Nupay Enrollment

Example of a request for creating a payment using Nupay Enrollment. Below are examples of a request and the received response for successful payment creation. The request is presented using the cURL format, and the response is a JSON object.
Request (cURL)
Response (JSON)

Nequi

Below is an example of a payment request using Nequi. This example demonstrates how to create a payment operation using the cURL format.
Request (cURL)
Response (JSON)

DolarApp

Example of a request for a payment using DolarApp. Below are examples of a request and the received response for successful payment creation. The request is presented using the cURL format, and the response is a JSON object.
Request (cURL)
Response (JSON)