Authorizations
Headers
The Organization ID header used for authorization
The Partner ID header used for authorization
The Idempotency Key - usually a UUID
Path Parameters
The unique identifier for the payment
Example:
"pay_123456789"
The unique identifier for the admission
Example:
"adm_ct23b6420or249k5boag"
The unique identifier for the task
Example:
"task_ct23c1420or249k5bocg"
Body
application/json
Request to update the status of a payment admission task
The new status of the task
Available options:
pending
, completed
, failed
, on_hold
Example:
"completed"
Reason for the status update
Available options:
accepted
, invalid_beneficiary_details
, alias_not_provisioned
, unknown_alias
, account_closed
, duplicate_payment
, blocked_account
, currency_mismatch
, business_reasons
, deceased_account_holder
, insufficient_funds
, unknown_error
, fraud_detected
, regulatory_issues
, account_unavailable
Example:
"accepted"