Skip to main content

Input fields

accountNumber : String! required

Input a customer account number.

paymentAmount : Int! required

Payment amount must be inputted in yen.

paymentDay : Int! required

Input a direct debit payment day.

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-175F634B", "paymentAmount": 26, "paymentDay": 56 }