Get Payment Recipient
POST https://{{env_url}}/payment_initiation/recipient/get
The /payment_initiation/recipient/get
endpoint allows you to retrieve all of the details for a recipient that you have created.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "recipient_id"=>"{{recipient_id}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |