post https://swagger.io/transactions/1.0/transactions/type/
With a valid object representation, this endpoint allows creating a new transaction for a specific type sent through a URL.
Log in to see full request history
Responses
Callbacks
With a valid object representation, this endpoint allows creating a new transaction for a specific type sent through a URL.
xxxxxxxxxx
10curl --request POST \
--url https://swagger.io/transactions/1.0/transactions/type/billpay \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"currency": "AED",
"country": "AD"
}
'
Try It!
to start a request and see the response here! Or choose an example: