post https://api.sandbox.layer1.com/api/v1/pay/summary
Creates a payment, either type IN or type OUT.
Log in to see full request history
Responses
Creates a payment, either type IN or type OUT.
xxxxxxxxxx
13curl --request POST \
--url https://api.sandbox.layer1.com/api/v1/pay/summary \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"merchantId": "5C8D8D78-366A-4AFB-B658-A64CE543C5DB",
"amount": 223.05,
"currency": "EUR",
"reference": "myUniqueRef333",
"type": "IN"
}
'
Try It!
to start a request and see the response here! Or choose an example: