Single Payment
Create single payment
Creates a Single Payment
Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">single:create</code>
post/single
Request body
Example request
{
"capture": {
"descriptive": "Payment of Invoice Nº 1982652",
"transaction_key": "231d0464-6382-4e39-9a1f-af82ea166868",
"capture_date": "2024-06-30",
"splits": [
{
"split_key": "Payment of Invoice Nº 1982652",
"split_descriptive": "Payment of Invoice Nº 1982652",
"account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"value": 17.5,
"clearing_period": "30D",
"margin_account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"margin_value": 0.25,
"reward": {
"account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"value": 1,
"expiration_date": "2027-04-02"
}
}
],
"reward_redemption": {
"account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"value": 2.5
}
},
"expiration_time": "2017-12-12 16:05",
"currency": "EUR",
"value": 17.5,
"method": "CC",
"terminal": {
"id": "458b2fc4-3092-4de3-abd4-fe1600c09420"
},
"key": "Payment of Invoice Nº 1982652",
"customer": {
"id": "649e88cf-0b78-4c36-8f99-33f5ebb812a1",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "911234567",
"phone_indicative": "+351",
"fiscal_number": "PT123456789",
"key": "customer Key Example",
"language": "PT"
},
"mbway": {
"phone": "+351911234567"
},
"sdd_mandate": {
"iban": "PT50002700000001234567833",
"key": "Sdd mandate Key Example",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "911234567",
"account_holder": "John Doe",
"country_code": "PT",
"max_num_debits": "12",
"billing_entity": "PT16103627"
},
"notification": {
"customer_method_instructions_email": true
}
}Response
Created
Example response
{
"status": "ok",
"message": [
"Your request was successfully created"
],
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb",
"method": {
"entity": "59126",
"reference": "810000618",
"expiration_date": "11/28",
"sdd_mandate": {
"id": "50389142122",
"iban": "PT50002700000001234567833",
"key": "Sdd mandate Key Example",
"name": "John Doe",
"email": "john.doe@easypay.pt",
"phone": "911345678",
"account_holder": "John Doe",
"country_code": "PT",
"max_num_debits": "12",
"billing_entity": "PT16103627",
"reference_adc": "987654321123"
},
"mbway": {
"phone": "+351911234567"
}
},
"customer": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"capture": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb",
"splits": [
{
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb",
"status": "pending",
"split_key": "Payment of Invoice Nº 1982652",
"split_descriptive": "Payment of Invoice Nº 1982652",
"account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"value": 17.5,
"clearing_date": "2024-06-30",
"margin_account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"margin_value": 0.25,
"reward": {
"account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"value": 1,
"expiration_date": "2027-04-02"
},
"reverts": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb",
"value": 17.5,
"margin_value": 0.25
}
}
],
"reward_redemption": {
"account": {
"id": "c6056234-a3f9-42de-b944-3ed793fcb6bb"
},
"value": 5
}
},
"multibanco": {
"expiration_time": "2025-09-28T12:41:08Z",
"start_time": "2025-08-26T12:41:09Z"
},
"notification": {
"customer_method_instructions_email": true
}
}