Card Payment and receipt Copy section link Copied!
Card payment Copy section link Copied!
AgoraPay supports the following card payment methods:
- Mastercard
- Visa
- CB
The payment methods have a dedicated user experience in the web interaction flow:
Payment characteristics Copy section link Copied!
Payment method
CB, Visa, Mastercard
Countries
World
Payment execution
Marketplace initiative
Currency
EUR
Funds collection
2 to 3 working days
Payment dispute
Yes
Refunds
Yes
Partial refunds
Yes
Partial captures
Yes
Recurring payments
Yes
Card receipt - Payment ticket Copy section link Copied!
The payment ticket is available in two different formats:
- Raw data available in a JSON
- Formatted data available in a PDF
1 2 3 |
|
1 |
|
Ticket parameters Copy section link Copied!
1 2 3 4 5 6 7 |
|
Retrieving the result Copy section link Copied!
If your request is successful, you will receive a getTicket response, containing the following information:
Hidden card number
Operation time in HH:MM:SS format
Y if 3DS is verified
1: DEBIT, 2: CREDIT
Transaction number in PSP
Purchase amount
PROD or TEST
PDF file content base64 encoded, if format is P
Payment partner contract number
If the requested format is PDF, only the resultCode, transactionId and file content will be present in the result.
Example Copy section link Copied!
Here is the JSON payload for a successful response example:
{
"resultCode": "0",
"transactionId": "2851621",
"name": "marketPlace A",
"brand": "CB",
"maskedPan": "111122*************44",
"transactionStatus": "10",
"operationDate": "20211118",
"operationTime": "14:31:00",
"safe": "N",
"type": "DEBIT",
"authNumber": "1762763",
"transNumber": "35430234",
"contract": "1111119",
"amount": {
"value": "1103.28",
"currency": "EUR"
},
"mode": "TEST"
}