Create a Payment

After collecting the payment details from the customer, make a request to the Transaction API using the information given by the customer and specifying the chosen payment method by using the payment method type parameter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
transaction
object
required
charge
array of objects
required
length ≤ 1

Set of payments. Currently accepting just one (1) payment

charge*
payer
object
required
shipping
object
cart
array of objects
required
length ≥ 1

Set of items (at least one Item)

cart*
integer
required
≥ 1

Item quantity

string
required
length between 1 and 200

Item description

double
required
≥ 0.01

Price per unit. Separating cents by dot, with two decimal places

string
enum

Item type - must be one of the following digital, physical, service, subscription

Allowed:
string
length between 1 and 64

Item category

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.boacompra.com.v2+json; charset=UTF-8