Send Recipient
Send Recipient
POST {{Environment_URL}}/vendors/v1/charges/:id/proof-of-payment
After the transaction is paid, it is possible to send the receipt to the customer. Just use this endpoint with cell phone number in the payload to send it right away.
Body
Field
Type
Description
Required
phone
String
Mobile number with country code
true
Headers
Name
Value
Authorization
Bearer <token>
Path Params
Name
Type
Description
Value
id
string
Charge ID
ch_01hg0kbjxj1cfn5x6xvmsg2nqy
Request
{
"phone": "82d4db8a3cbbd1ed800fae3b2d193f0fe74a3309",
"nature": "SERVICES_AND_OTHERS"
}Response
NO RESPONSE
