Get Payment
POST https://{{env_url}}/payment_initiation/payment/get
The endpoint payment_initiation/payment/get
takes a payment_id
and returns all of the payment details for a previously created payment.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "payment_id"=>"{{payment_id}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |