Create a payment request for a platform account in order to receive funds from an external third party.
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
required | PaymentSourceCounterparty (object) (PaymentSource) Source of funds for the payment request |
required | PaymentDestinationAccount (object) (PaymentDestination) Ultimate destination of funds for the payment request |
required | object (PaymentInfo) Payment information |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "payment_source": {
- "source_counterparty_id": "string",
- "asset_type": [
- "string"
]
}, - "payment_destination": {
- "destination_account_id": "string"
}, - "payment_info": {
- "description": "string"
}
}
{- "data": {
- "id": "string",
- "status": "ACCEPTED"
}
}