v1

latestOpenAPI 3.0.02026-07-268955283.0 KB

Get ATM code status for a payment

Retrieves the ATM code status and code (if generated) for a specific payment

get/atm/code/{paymentId}

Path parameters

paymentIdstring required

The unique identifier for the payment transaction

Response

ATM code status and code (if generated)

status'DONE' | 'PENDING'

Status of the ATM code (PENDING, DONE)

atmCodestring

The ATM code (if generated)

paymentIdstring

ID of the payment

Example response

{
  "atmCode": "9191",
  "paymentId": "01JSVE747K9SNQ6KMN9GKSS7N3"
}