Create a Transaction
POST/v3/transactions
Creates a new transaction. You can use this endpoint to create payments when using:
- Raw credit card (only avilable for PCI merchants)
- Token credit card
- Google Pay
Request
Responses
- 201
- 400
- 401
- 422
Successful transaction creation.
Bad Request - The request was malformed or contained invalid data.
Unauthorized - Authentication failed due to missing or invalid credentials.
Unprocessable Entity - The request was well-formed but could not be processed due to semantic errors.