Retrieve a payment draft

GET {{url}}/api/1.0/payment-drafts/:id

Get the information about a specific payment draft by ID.

API Reference

RESPONSES

status: OK

{"title":"Draft Payment through API","payments":[{"id":"67b38771-3db0-4cf0-bdc0-xxxxx284ab81","amount":{"amount":123,"currency":"GBP"},"reference":"Draft Payment through API","account_id":"05018b0d-e67c-4fec-xxxx-415e9da9432c","receiver":{"counterparty_id":"c71af44d-xxxxx-4e1a-84bb-17589c81f022"},"state":"CREATED","current_charge_options":{"from":{"amount":123,"currency":"GBP"},"to":{"amount":123,"currency":"GBP"},"rate":"1.0000","fee":{"amount":0,"currency":"GBP"}}}]}