Request Body Parameters
Specifies the phone number id.
curl --request POST \
--url https://one.telepie.com/v3/{phone_number_id}/messages \
--header 'apikey: <api-key>'This API is used by the business to initiate a refund for an order
curl --request POST \
--url https://one.telepie.com/v3/{phone_number_id}/messages \
--header 'apikey: <api-key>'{
"reference_id": "{{reference_id}}",
"speed": "normal",
"payment_config_id": "{{payment_config_id}}",
"amount": {
"currency": "INR",
"value": "100",
"offset": "100"
}
}
Was this page helpful?