xBillion API
Home
Home
  1. Schemas
  • xBillion
    • Introduction
    • Authentication
    • Webhhoks
    • API
      • Payments
        • Get information
        • Create payment
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • CreatePayinResponseAmount
      • PayinResponseTransactionFee
      • PayinResponseNext
      • Payin Bank Card
      • CreatePayinRequest
      • PayinResponse
      • ReturnURLs
      • Customer
      • BadRequest
      • Forbidden
      • InternalServerError
      • InvalidParam
      • Unauthorized
      • UnprocessableEntity
Home
Home
  1. Schemas

CreatePayinRequest

{
    "amount": 0.01,
    "currency": "USD",
    "order_id": "string",
    "service": "bank_card",
    "customer": {
        "name": "string",
        "email": "string",
        "phone": "+11234567890",
        "ip": "string"
    },
    "return_urls": {
        "fail": "string",
        "success": "string"
    },
    "webhook_url": "string",
    "bank_card": {
        "pan": "4242424242424242",
        "cvv": "123",
        "expire_date": "04/2030",
        "card_holder": "string"
    }
}
Built with