standaloneCreditsRequest
This is the merchant reference number created by the merchant and submitted as part of the request. It must be unique for each request.
Possible values: <= 255 characters
merchant ABC-444
This is the payment token generated by Paysafe that will be used for the request.
Possible values: <= 36 characters
842778a0-03a2-11e9-8eb2-f2801f1b9fd1
This is the amount of the request, in minor units. For example, to process US $10.99, this value should be 1099.
Note: The amount specified in the Credit request must match the amount specified in the Payment Handle request from which the paymentHandleToken is taken.
10098
This is the currency of the merchant account, for example, USD or CAD. See Currency Codes.
Note: The currencyCode specified in the Credit request must match the currencyCode specified in the Payment Handle request from which the paymentHandleToken is taken.
Possible values: <= 3 characters
BTC
This is the customer's IP address.
Possible values: <= 39 characters
204.91.0.12
This is a description of the transaction, provided by the merchant.
Possible values: <= 255 characters
Winning payment from Loto
This validates that this request is not a duplicate. A duplicate request is when the merchantRefNum has already been used in a previous request within the past 90 days.
true
{
"merchantRefNum": "merchant ABC-444",
"paymentHandleToken": "842778a0-03a2-11e9-8eb2-f2801f1b9fd1",
"amount": 10098,
"currencyCode": "BTC",
"customerIp": "204.91.0.12",
"description": "Winning payment from Loto",
"dupCheck": true
}