cURL
curl --request POST \ --url https://api.peere.network/v1/merchant/billing/intent \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "entityId": "<string>", "lookupPhrases": [ "<string>" ], "currency": "<string>", "description": "<string>" } '
[ { "statusCode": 200, "success": true, "message": "Billing intent sent successfully", "lookupPhrase": "<string>", "entityId": "<string>" } ]
Send billing intent to customers via their banks on behalf of a merchant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Billing intent sent successfully
200
true
"Billing intent sent successfully"