post https://app-demo.payadmit.com/api/v1/payments
Payment request, used for DEPOSITS
This is where you show your users how to set it up. You can use code samples, like this:
Responses
Payment request, used for DEPOSITS
This is where you show your users how to set it up. You can use code samples, like this:
xxxxxxxxxx
13curl --request POST \
--url https://app-demo.payadmit.com/api/v1/payments \
--header 'Authorization: Bearer kX7SWzlBdULAdn6eRTRheCW4eI7O5KfB' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"paymentType": "DEPOSIT",
"paymentMethod": "BASIC_CARD",
"amount": 1,
"currency": "EUR"
}
'
Try It!
to start a request and see the response here! Or choose an example: