post https://api.atlar.com/payments/v2/credit-transfers
Create a credit transfer payment.
Responses
Create a credit transfer payment.
xxxxxxxxxx
20curl --request POST \
--url https://api.atlar.com/payments/v2/credit-transfers \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"scheme": "SCT",
"schemeDetails": {
"instrument": {
"type": "US_ACH"
}
},
"source": {
"type": "ACCOUNT"
},
"destination": {
"type": "ACCOUNT"
}
}
'
xxxxxxxxxx
87}
{
"id": "76992987-48fc-4b03-b609-ea6fdc3045b4",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"amount": {
"currency": "EUR",
"value": 1502,
"stringValue": "15.02"
},
"date": "2022-05-07",
"scheme": "SCT",
"status": "APPROVED",
"reference": "invoice-2022-05-03-001",
"source": {
"id": "ac1963d7-fff9-4783-aa1d-92acb7b21a19",
"type": "ACCOUNT",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"market": "DE",
"currency": "EUR",
"identifiers": [
{
"market": "DE",
"type": "IBAN",
"number": "DE89370400440532013000"
}
],