Get draft transfer
🚧 Beta feature
This feature is currently in beta testing, and the final specification may still change.
Retrieves a single draft transfer by its identifier.
Only draft transfers created via this API are visible via this endpoint. Draft transfers created in Mollie Apps return a 404, even though they appear in the list endpoint.
In test mode, this returns synthetic data only, not your real draft transfer. See Create draft transfer for how to simulate approved and declined outcomes.
Query parameters
Most API credentials are specifically created for either live mode or test mode. In those cases the testmode query parameter must not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting the testmode query parameter to true.
Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.
Headers
A unique key to ensure idempotent requests. This key should be a UUID v4 string.
Response
The draft transfer object.