cURL
curl --request POST \ --url https://api-sandbox.orum.io/deliver/transfer-groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Orum-Version: <orum-version>' \ --data ' { "transfer_group_reference_id": "<string>", "source": { "account_reference_id": "<string>", "customer_reference_id": "<string>" }, "destination": { "account_reference_id": "<string>", "customer_reference_id": "<string>" } } '
{ "transfer_group": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "transfer_group_reference_id": "<string>", "source": { "account_reference_id": "<string>", "customer_reference_id": "<string>" }, "destination": { "account_reference_id": "<string>", "customer_reference_id": "<string>" } } }
Create a Transfer Group object.
The access token received from the authorization server in the OAuth 2.0 flow.
Version of Deliver and Verify APIs. Use v2022-09-21.
v2022-09-21
Unique reference id for the transfer group
1
Information about the ultimate source of the transfer group.
Show child attributes
Unique id of the account on the Enterprise platform
Unique id of the customer on the Enterprise platform
Information about the ultimate destination of the transfer group.
successful response.
Orum generated unique id for the resource.
Timestamp when the resource was created.
Timestamp when the resource was last updated.
Was this page helpful?