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
Propaga’s corner store id
Total amount of the order
Your internal ID for this order
An estimated delivery date
Any metadata you want to save for the transaction
Response
Propaga’s incremental numeric id
Propaga’s transaction id
Verification id to confirm transaction with a code
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)

