Transaction
Create a transaction
Creates a new transaction and send a verification code to the customer
POST
When you call this endpoint, we internally perform several validations, including checking the transaction amount, the customer’s status, and their available credit.
Body
string
required
Propaga’s corner store id
number
required
Total amount of the order
string
Your internal ID for this order
string
An estimated delivery date
array
required
json
Any metadata you want to save for the transaction
Response
number
Propaga’s incremental numeric id
string
Propaga’s transaction id
string
Verification id to confirm transaction with a code
string
Masked user’s phone number
Error codes
Corner store not found (404)
Amount exceeded the limit credit available (422)
User is in default (422)
Transaction amount bellows the minimum required (422)
User not verified (422)
Invalid delivery date (422)
User is undergoing internal validations (412)

