Retrieve payment instructions
Retrieve a single payment instructions record by ID. Some fields are omitted in the response.
Authorizations
OAuth2 client_credentials grant for server-to-server access. Onboard via your Nova admin to receive a client_id and client_secret, then POST /oauth/token to exchange them for a short-lived access token. Send the token as Authorization: Bearer <access_token> on every authenticated request. Tokens expire after 3600 seconds — refresh by re-exchanging credentials.
Headers
ID of the organization the request acts on. Optional when the access token is bound to a specific organization, or when the integration has access to exactly one organization.
^org_[A-Za-z0-9]+$"org_EkzhrUc3U6C0UbxNBlK7WLz51ofT"
Path Parameters
ID of the payment instructions
^pmi_[A-Za-z0-9]+$"pmi_021wlGURMlk80cYuKBjENXqwC3OV"
Response
Payment instructions details
Object type identifier.
payment_instructions "payment_instructions"
Whether this object exists in live mode (true) or test mode (false).
ID of the payment instructions
^pmi_[A-Za-z0-9]+$"pmi_021wlGURMlk80cYuKBjENXqwC3OV"
ID of the entity these instructions belong to.
^ent_[A-Za-z0-9]+$"ent_H0hdMOc5E5QMTEcGVZKegvLNCB6p"
Your own identifier for this payment instructions
"payment-instructions-123"
Name of the account holder, as registered with the bank.
"Jane Doe"