PayNow

PayByBankDetailsDto

Pay by Bank payment method details

bank_namestringOptional
The bank name
bicstringOptional
The Bank Identifier Code
countrystringOptional
The country code
payer_namestringOptional
The payer name
Example
{
  "bank_name": "Chase Bank",
  "bic": "CHASUS33",
  "country": "US",
  "payer_name": "John Smith"
}