GET
/
MoneyIn
/
sendreceipt
/
{transId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/MoneyIn/sendreceipt/{transId} \
  --header 'requestToken: <api-key>'
{
  "responseText": "Success",
  "isSuccess": true
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

transId
string
required

ReferenceId for the transaction (PaymentId).

Example:

"45-as456777hhhhhhhhhh77777777-324"

Query Parameters

email
string

Email address where the payment receipt will be sent.

If not provided, the email address in file for the user owner of the transaction will be used.

Response

200
application/json

Success