Skip to main content

Arguments

accountNumber : String! required

Kraken account number.

paymentId : ID! required

The id of the payment.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query AccountPaymentById( $accountNumber: String!, $paymentId: ID! ) { accountPaymentById( accountNumber: $accountNumber, paymentId: $paymentId ) { amount id isAmendable isCancelled paymentDate } }

Variables

{ "accountNumber": "A-8D899616", "paymentId": "76828446" }

Response

{ "data": { "accountPaymentById": { "amount": 22, "id": "29647653", "isAmendable": true, "isCancelled": true, "paymentDate": "1971-10-07" } } }