Create Card Payment

This endpoint returns a JSON response with a continue_url field.
You must embed this continue_url in an iframe in your own web page.
Example usage:
html <iframe src="{{continue_url}}" width="100%" height="500"></iframe>
When the whole process finishes, an event will be sent via postMessage from the iframe. You need to read that event to finish the process and inform the final user.
javascript // Add event listener for postMessage window.addEventListener('message', handlePostMessage)
Make sure the host you use in the Swagger UI matches your environment so the continue_url is correct.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Account ID

Body Params
string
required
length ≤ 64
string
required
length ≤ 19
integer
required
1 to 12
integer
required
string
required
length between 3 and 4
number
required
string
required
length between 3 and 3
string
required
string
required
length ≤ 80
string
length ≤ 80
string
length ≤ 80
string
required
length ≤ 15
string
required
length ≤ 50
string
length ≤ 30
string
required
length ≤ 2

Two-letter country code as defined in ISO 3166-1 alpha-2 standard (e.g., ES for Spain, US for United States).

string
string
string
string
length ≤ 64
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json