Skip to main content

Input fields

accountNumber : String! required

The account number, e.g.: 'A-A1B2C3D4'.

amountInPence : Int! required

The transfer amount represented in pence.

sourceDeviceId : String! required

The source device id providing the credit to transfer.

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.

Example

{ "accountNumber": "A-233C15B8", "amountInPence": 67, "sourceDeviceId": "44575767" }